home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtmissingcomp / qtmissingcomp.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  446 b   |  21 lines

  1. //////////
  2. //
  3. //    File:        QTMissingComp.h
  4. //
  5. //    Contains:    Sample code for detecting missing QuickTime components.
  6. //
  7. //    Written by:    Tim Monroe
  8. //
  9. //    Copyright:    © 1999 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //    Change History (most recent first):
  12. //
  13. //       <1>         03/24/99    rtm        first file
  14. //     
  15. //////////
  16.  
  17. #include <Components.h>
  18.  
  19. // function prototypes
  20. Boolean                            QTMissing_IsComponentOfTypeAvailable (OSType theType, OSType theSubType);
  21.